home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / auto04.dxr / 00012.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  163 b   |  12 lines

  1. on exitFrame
  2.   global gPage
  3.   if soundBusy(1) then
  4.     go(the frame)
  5.   else
  6.     puppetSound(0)
  7.     sound stop 2
  8.     set gPage to 5
  9.     go("autoplay")
  10.   end if
  11. end
  12.